go.uber.org/atomic.Bool.CAS (method)
2 uses
go.uber.org/atomic (current package)
bool.go#L60: func (x *Bool) CAS(old, new bool) (swapped bool) {
bool_ext.go#L44: if b.CAS(old, !old) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)